projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf461b
)
Tweak outline cache stuff
author
Po Lu
<luangruo@yahoo.com>
Thu, 30 Mar 2023 05:04:24 +0000
(13:04 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 30 Mar 2023 05:04:24 +0000
(13:04 +0800)
* src/sfntfont.c: Adjust font cache size constants.
src/sfntfont.c
patch
|
blob
|
history
diff --git
a/src/sfntfont.c
b/src/sfntfont.c
index 960abe0d270c57267fe5fbc643ffb1f642d00e70..71399b890d2f5637a3ca6691ca0e1da9981fa312 100644
(file)
--- a/
src/sfntfont.c
+++ b/
src/sfntfont.c
@@
-1875,8
+1875,8
@@
sfntfont_match (struct frame *f, Lisp_Object font_spec)
enum
{
- SFNT_OUTLINE_CACHE_SIZE =
128
,
- SFNT_RASTER_CACHE_SIZE = 1
00
,
+ SFNT_OUTLINE_CACHE_SIZE =
256
,
+ SFNT_RASTER_CACHE_SIZE = 1
28
,
};
/* Caching subsystem. Generating outlines from glyphs is expensive,